home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / routing / static.hlp.z / static.hlp
Encoding:
Text File  |  1997-07-30  |  3.0 KB  |  76 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>Static Routing Configuration</H2>
  8. <P>
  9. Static routing is used to manually set up the kernel routing table. The
  10. administrator explicitly specifies the route to each remote destination; 
  11. these routes remain constant, regardless of changing conditions on the 
  12. Internet. It is recommended that you use dynamic rather than static routing.  
  13. In particular, any system connected to a company intranet that contains 
  14. more than one network should <VAR>not</VAR> use static routing, in order 
  15. to ensure that packets are routed to the correct network.
  16. <P>
  17. Use the Static Routing form to change the following parameters:
  18. </P>
  19. <P>
  20. <STRONG>Enable static routing:</STRONG>  This selection turns static 
  21. routing on and off for this system. Turning static routing on will turn 
  22. dynamic routing off.  Select Yes to turn on static routing and No to 
  23. turn it off. 
  24. </P>
  25. (Default value: No)
  26. <P>
  27. <STRONG>Add New Route:</STRONG> This field contains the packet destination 
  28. address of a route that you want to add. Enter the address and select the 
  29. <VAR>Add New Route</VAR> button to display the Add New Route form. Complete 
  30. the entry fields on this form and click the <VAR>Ok</VAR> button to add 
  31. the route. Enter the packet destination address in dotted decimal 
  32. (such as 1.2.3.4 for a host route or 1.2.0.0 for a network route) or 
  33. hexadecimal (such as 0x01020304 or 0x01020000) notation.
  34. </P>
  35. (Default value: none)
  36. <P>
  37. <STRONG>Edit Selected Route:</STRONG> This list contains the addresses of 
  38. previously configured routes. Select a destination address from the list 
  39. and click the <VAR>Edit Selected Route</VAR> button to display the Edit 
  40. Route form and make your changes. When you finish, click the <VAR>Ok</VAR> 
  41. button to put the changes in effect. 
  42. </P>
  43. (Default value: none)
  44. <P>
  45. <STRONG>Delete Selected Route:</STRONG> Select a destination address from 
  46. the list and click the <VAR>Delete Selected Route</VAR> button to remove 
  47. the address from the list. Then click the <VAR>Ok</VAR> button to put the 
  48. changes in effect.
  49. </P>
  50. (Default value: none)
  51. <P>
  52. <STRONG>IP address of route destination:</STRONG> This information field 
  53. contains the currently selected destination address in the Add or Edit 
  54. Gateway form.  This field is not editable. 
  55. </P>
  56. <P>
  57. <STRONG>IP address of route interface:</STRONG> This is the address of a 
  58. system closer to the destination that knows how to reach the destination 
  59. address. Enter a fully qualified host address in dotted decimal (such as 
  60. 1.2.3.4) or hexadecimal (such as 0x01020304) notation.
  61. </P>
  62. (Default value: none)
  63. <P>
  64. <STRONG>Type of network route:</STRONG> This field specifies the type of 
  65. the destination address. If the address is a host address (such as 1.2.3.4) 
  66. or the default destination 0.0.0.0, then select <VAR>host</VAR>. If the 
  67. address is a network address (such as 1.2.3.0), then select <VAR>net</VAR>.
  68. </P>
  69. (Default value: none)
  70. <P>
  71. <CENTER>
  72. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  73. </CENTER>
  74. </FORM>
  75. EndOfFile
  76.